gdkwindow: Don't recurse into clipped children when updating
authorAlexander Larsson <alexl@redhat.com>
Tue, 25 Jun 2013 08:07:49 +0000 (10:07 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 25 Jun 2013 08:07:49 +0000 (10:07 +0200)
commitc40155c8e6336a3ef1ef4105b478598caca362af
treec4a80d143ca4aba40c969ee3f543559da93813d4
parent02c793f24aa0a967473da48c5ff207c75ec2f413
gdkwindow: Don't recurse into clipped children when updating

We don't want to recurse into children that are clipped, as that is
wasted work. We handle this by moving the empty check to the top
of the function and only using the clipped region everywhere.
gdk/gdkwindow.c